home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_200
/
271_02
/
error.doc
< prev
next >
Wrap
Text File
|
1987-08-18
|
568b
|
39 lines
NAME
error -- report a fatal error and exit
SYNOPSIS
void error(string);
char *string; error message to report
DESCRIPTION
This function sends the specified error message to stderr, and
then exits through this library's aabort() function, sounding
the console bell on its way out.
EXAMPLE
error("Invalid syntax");
This function is found in SMTCx.LIB for the Turbo-C Compiler.